home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tech Arsenal 1
/
Tech Arsenal (Arsenal Computer).ISO
/
tek-01
/
cqa.zip
/
DLLPROB.BCP
< prev
next >
Wrap
Text File
|
1991-04-01
|
526b
|
10 lines
QUESTION: What causes the linker error "Undefined symbol _WSPRINTF in
module modname.C" and how can I eliminate it?
ANSWER: Turn off the "Case-sensitive exports" and "Case-sensitive link"
options. If you are using the command linker, don't use the /c
switch. If you are invoking the linker from the BCC(x) command
line, use the -lc- switch. If you are using the IDE, go to the
linker options dialog box and turn off the case sensitivity
switch.